Special Character Classes

The period ( . ) character class matches any single character except a new line. For example,

f.r

would match any three character string starting with an 'f' and ending with a 'r'.

See Also